home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 4
/
Mac Giga-ROM 4.0 - 1993.toast
/
FILES
/
DEV
/
C-H
/
CFlightSim.cpt
/
Flight Sim ƒ
/
defines.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-08-12
|
336 b
|
20 lines
|
[
TEXT/KAHL
]
#define NOT !
#define AND &&
#define NEQ !=
#define EQ ==
#define OR ||
#define COMP ~
#define MOD %
#define SQ(x) ((x)*(x))
#define NIL (0L)
#define ASCIItoNUM(x) ((x)-48)
#define NUMtoASCII(x) ((x)+48)
char *PtoCstr();
char *CtoPstr();
#define ptoc(x) PtoCstr(x)
#define ctop(x) CtoPstr(x)
#define DeBug() asm{dc.w 43519}